home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
applications
/
wp
/
fwmacros1.lha
/
UserMacros
/
english
/
SelectAllGraphics.fw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-04
|
344 b
|
19 lines
/*
$AUTHOR: Manuel Lemos (UpperDesign@zeus.ci.ua.pt)
$VER: SelectAllGraphics 1.00 (1.10.94)
Description: ARexx macro for FinalWriter to select all graphic
objects
*/
options results
GraphicTool
FirstObject
do until result = 0
objectid = result
SelectObject objectid MULTIPLE
NextObject objectid
end
redraw